GrapeCity ActiveReports for .NET 16.0J
ListenCollection<TModel,TValue>(TModel,Expression<Func<TModel,TValue>>,Action<NotifyCollectionChangedEventArgs>) メソッド

GrapeCity.Viewer.Common.Model 名前空間 > ActiveModelListenExtensions クラス > ListenCollection メソッド : ListenCollection<TModel,TValue>(TModel,Expression<Func<TModel,TValue>>,Action<NotifyCollectionChangedEventArgs>) メソッド
特定のCollectionChangedイベントに対して特定のアクションを実行します。
シンタックス
'宣言
 
Public Overloads Shared Function ListenCollection
    (Of TModel As {Class, INotifyPropertyChanged},
     TValue As {Class, INotifyCollectionChanged})( _
   ByVal model As TModel, _
   ByVal getter1 As Expression(Of Func(Of TModel,TValue)), _
   ByVal action As Action(Of NotifyCollectionChangedEventArgs) _
) As IDisposable

パラメータ

model
getter1
action

型パラメータ

TModel
TValue
参照

ActiveModelListenExtensions クラス
ActiveModelListenExtensions メンバ
オーバーロード一覧